.net core web app get dll name

98

.net core web app get dll name -

string assemblyFolder = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
string xmlFileName = Path.Combine(assemblyFolder,"AggregatorItems.xml");

Comments

Submit
0 Comments